derelict.glib.giochannel

Undocumented in source.

Members

Aliases

GIOChannel
alias GIOChannel = _GIOChannel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIOChannelError
alias GIOChannelError = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIOCondition
alias GIOCondition = _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIOError
alias GIOError = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIOFlags
alias GIOFlags = _Anonymous_5
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIOFunc
alias GIOFunc = int function(_GIOChannel*, _Anonymous_4, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIOFuncs
alias GIOFuncs = _GIOFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GIOStatus
alias GIOStatus = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GSeekType
alias GSeekType = _Anonymous_3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_add_watch
alias da_g_io_add_watch = guint function(GIOChannel* channel, GIOCondition condition, GIOFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_add_watch_full
alias da_g_io_add_watch_full = guint function(GIOChannel* channel, gint priority, GIOCondition condition, GIOFunc func, gpointer user_data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_close
alias da_g_io_channel_close = void function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_error_from_errno
alias da_g_io_channel_error_from_errno = GIOChannelError function(gint en)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_error_quark
alias da_g_io_channel_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_flush
alias da_g_io_channel_flush = GIOStatus function(GIOChannel* channel, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_get_buffer_condition
alias da_g_io_channel_get_buffer_condition = GIOCondition function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_get_buffer_size
alias da_g_io_channel_get_buffer_size = gsize function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_get_buffered
alias da_g_io_channel_get_buffered = gboolean function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_get_close_on_unref
alias da_g_io_channel_get_close_on_unref = gboolean function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_get_encoding
alias da_g_io_channel_get_encoding = const(gchar)* function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_get_flags
alias da_g_io_channel_get_flags = GIOFlags function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_get_line_term
alias da_g_io_channel_get_line_term = const(gchar)* function(GIOChannel* channel, gint* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_init
alias da_g_io_channel_init = void function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_new_file
alias da_g_io_channel_new_file = GIOChannel* function(const(gchar)* filename, const(gchar)* mode, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_read
alias da_g_io_channel_read = GIOError function(GIOChannel* channel, gchar* buf, gsize count, gsize* bytes_read)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_read_chars
alias da_g_io_channel_read_chars = GIOStatus function(GIOChannel* channel, gchar* buf, gsize count, gsize* bytes_read, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_read_line
alias da_g_io_channel_read_line = GIOStatus function(GIOChannel* channel, gchar** str_return, gsize* length, gsize* terminator_pos, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_read_line_string
alias da_g_io_channel_read_line_string = GIOStatus function(GIOChannel* channel, GString* buffer, gsize* terminator_pos, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_read_to_end
alias da_g_io_channel_read_to_end = GIOStatus function(GIOChannel* channel, gchar** str_return, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_read_unichar
alias da_g_io_channel_read_unichar = GIOStatus function(GIOChannel* channel, gunichar* thechar, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_ref
alias da_g_io_channel_ref = GIOChannel* function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_seek
alias da_g_io_channel_seek = GIOError function(GIOChannel* channel, gint64 offset, GSeekType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_seek_position
alias da_g_io_channel_seek_position = GIOStatus function(GIOChannel* channel, gint64 offset, GSeekType type, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_set_buffer_size
alias da_g_io_channel_set_buffer_size = void function(GIOChannel* channel, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_set_buffered
alias da_g_io_channel_set_buffered = void function(GIOChannel* channel, gboolean buffered)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_set_close_on_unref
alias da_g_io_channel_set_close_on_unref = void function(GIOChannel* channel, gboolean do_close)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_set_encoding
alias da_g_io_channel_set_encoding = GIOStatus function(GIOChannel* channel, const(gchar)* encoding, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_set_flags
alias da_g_io_channel_set_flags = GIOStatus function(GIOChannel* channel, GIOFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_set_line_term
alias da_g_io_channel_set_line_term = void function(GIOChannel* channel, const(gchar)* line_term, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_shutdown
alias da_g_io_channel_shutdown = GIOStatus function(GIOChannel* channel, gboolean flush, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_unix_get_fd
alias da_g_io_channel_unix_get_fd = gint function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_unix_new
alias da_g_io_channel_unix_new = GIOChannel* function(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_unref
alias da_g_io_channel_unref = void function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_win32_get_fd
alias da_g_io_channel_win32_get_fd = gint function(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_win32_make_pollfd
alias da_g_io_channel_win32_make_pollfd = void function(GIOChannel* channel, GIOCondition condition, GPollFD* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_win32_new_fd
alias da_g_io_channel_win32_new_fd = GIOChannel* function(gint fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_win32_new_messages
alias da_g_io_channel_win32_new_messages = GIOChannel* function(gsize hwnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_win32_new_socket
alias da_g_io_channel_win32_new_socket = GIOChannel* function(gint socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_win32_poll
alias da_g_io_channel_win32_poll = gint function(GPollFD* fds, gint n_fds, gint timeout_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_write
alias da_g_io_channel_write = GIOError function(GIOChannel* channel, const(gchar)* buf, gsize count, gsize* bytes_written)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_write_chars
alias da_g_io_channel_write_chars = GIOStatus function(GIOChannel* channel, const(gchar)* buf, gssize count, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_channel_write_unichar
alias da_g_io_channel_write_unichar = GIOStatus function(GIOChannel* channel, gunichar thechar, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_create_watch
alias da_g_io_create_watch = GSource* function(GIOChannel* channel, GIOCondition condition)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_io_watch_funcs
alias da_g_io_watch_funcs = GSourceFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_2
enum _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_3
enum _Anonymous_3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_4
enum _Anonymous_4
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_5
enum _Anonymous_5
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_io_add_watch
guint g_io_add_watch(GIOChannel* channel, GIOCondition condition, GIOFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_add_watch_full
guint g_io_add_watch_full(GIOChannel* channel, gint priority, GIOCondition condition, GIOFunc func, gpointer user_data, GDestroyNotify notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_close
void g_io_channel_close(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_error_from_errno
GIOChannelError g_io_channel_error_from_errno(gint en)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_error_quark
GQuark g_io_channel_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_flush
GIOStatus g_io_channel_flush(GIOChannel* channel, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_buffer_condition
GIOCondition g_io_channel_get_buffer_condition(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_buffer_size
gsize g_io_channel_get_buffer_size(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_buffered
gboolean g_io_channel_get_buffered(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_close_on_unref
gboolean g_io_channel_get_close_on_unref(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_encoding
const(gchar)* g_io_channel_get_encoding(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_flags
GIOFlags g_io_channel_get_flags(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_line_term
const(gchar)* g_io_channel_get_line_term(GIOChannel* channel, gint* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_init
void g_io_channel_init(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_new_file
GIOChannel* g_io_channel_new_file(const(gchar)* filename, const(gchar)* mode, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read
GIOError g_io_channel_read(GIOChannel* channel, gchar* buf, gsize count, gsize* bytes_read)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_chars
GIOStatus g_io_channel_read_chars(GIOChannel* channel, gchar* buf, gsize count, gsize* bytes_read, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_line
GIOStatus g_io_channel_read_line(GIOChannel* channel, gchar** str_return, gsize* length, gsize* terminator_pos, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_line_string
GIOStatus g_io_channel_read_line_string(GIOChannel* channel, GString* buffer, gsize* terminator_pos, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_to_end
GIOStatus g_io_channel_read_to_end(GIOChannel* channel, gchar** str_return, gsize* length, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_unichar
GIOStatus g_io_channel_read_unichar(GIOChannel* channel, gunichar* thechar, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_ref
GIOChannel* g_io_channel_ref(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_seek
GIOError g_io_channel_seek(GIOChannel* channel, gint64 offset, GSeekType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_seek_position
GIOStatus g_io_channel_seek_position(GIOChannel* channel, gint64 offset, GSeekType type, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_buffer_size
void g_io_channel_set_buffer_size(GIOChannel* channel, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_buffered
void g_io_channel_set_buffered(GIOChannel* channel, gboolean buffered)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_close_on_unref
void g_io_channel_set_close_on_unref(GIOChannel* channel, gboolean do_close)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_encoding
GIOStatus g_io_channel_set_encoding(GIOChannel* channel, const(gchar)* encoding, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_flags
GIOStatus g_io_channel_set_flags(GIOChannel* channel, GIOFlags flags, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_line_term
void g_io_channel_set_line_term(GIOChannel* channel, const(gchar)* line_term, gint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_shutdown
GIOStatus g_io_channel_shutdown(GIOChannel* channel, gboolean flush, GError** err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_unix_get_fd
gint g_io_channel_unix_get_fd(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_unix_new
GIOChannel* g_io_channel_unix_new(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_unref
void g_io_channel_unref(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_get_fd
gint g_io_channel_win32_get_fd(GIOChannel* channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_make_pollfd
void g_io_channel_win32_make_pollfd(GIOChannel* channel, GIOCondition condition, GPollFD* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_new_fd
GIOChannel* g_io_channel_win32_new_fd(gint fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_new_messages
GIOChannel* g_io_channel_win32_new_messages(gsize hwnd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_new_socket
GIOChannel* g_io_channel_win32_new_socket(gint socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_poll
gint g_io_channel_win32_poll(GPollFD* fds, gint n_fds, gint timeout_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_write
GIOError g_io_channel_write(GIOChannel* channel, const(gchar)* buf, gsize count, gsize* bytes_written)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_write_chars
GIOStatus g_io_channel_write_chars(GIOChannel* channel, const(gchar)* buf, gssize count, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_write_unichar
GIOStatus g_io_channel_write_unichar(GIOChannel* channel, gunichar thechar, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_create_watch
GSource* g_io_create_watch(GIOChannel* channel, GIOCondition condition)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_io_add_watch
da_g_io_add_watch g_io_add_watch;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_add_watch_full
da_g_io_add_watch_full g_io_add_watch_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_close
da_g_io_channel_close g_io_channel_close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_error_from_errno
da_g_io_channel_error_from_errno g_io_channel_error_from_errno;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_error_quark
da_g_io_channel_error_quark g_io_channel_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_flush
da_g_io_channel_flush g_io_channel_flush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_buffer_condition
da_g_io_channel_get_buffer_condition g_io_channel_get_buffer_condition;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_buffer_size
da_g_io_channel_get_buffer_size g_io_channel_get_buffer_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_buffered
da_g_io_channel_get_buffered g_io_channel_get_buffered;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_close_on_unref
da_g_io_channel_get_close_on_unref g_io_channel_get_close_on_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_encoding
da_g_io_channel_get_encoding g_io_channel_get_encoding;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_flags
da_g_io_channel_get_flags g_io_channel_get_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_get_line_term
da_g_io_channel_get_line_term g_io_channel_get_line_term;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_init
da_g_io_channel_init g_io_channel_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_new_file
da_g_io_channel_new_file g_io_channel_new_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read
da_g_io_channel_read g_io_channel_read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_chars
da_g_io_channel_read_chars g_io_channel_read_chars;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_line
da_g_io_channel_read_line g_io_channel_read_line;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_line_string
da_g_io_channel_read_line_string g_io_channel_read_line_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_to_end
da_g_io_channel_read_to_end g_io_channel_read_to_end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_read_unichar
da_g_io_channel_read_unichar g_io_channel_read_unichar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_ref
da_g_io_channel_ref g_io_channel_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_seek
da_g_io_channel_seek g_io_channel_seek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_seek_position
da_g_io_channel_seek_position g_io_channel_seek_position;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_buffer_size
da_g_io_channel_set_buffer_size g_io_channel_set_buffer_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_buffered
da_g_io_channel_set_buffered g_io_channel_set_buffered;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_close_on_unref
da_g_io_channel_set_close_on_unref g_io_channel_set_close_on_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_encoding
da_g_io_channel_set_encoding g_io_channel_set_encoding;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_flags
da_g_io_channel_set_flags g_io_channel_set_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_set_line_term
da_g_io_channel_set_line_term g_io_channel_set_line_term;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_shutdown
da_g_io_channel_shutdown g_io_channel_shutdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_unix_get_fd
da_g_io_channel_unix_get_fd g_io_channel_unix_get_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_unix_new
da_g_io_channel_unix_new g_io_channel_unix_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_unref
da_g_io_channel_unref g_io_channel_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_get_fd
da_g_io_channel_win32_get_fd g_io_channel_win32_get_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_make_pollfd
da_g_io_channel_win32_make_pollfd g_io_channel_win32_make_pollfd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_new_fd
da_g_io_channel_win32_new_fd g_io_channel_win32_new_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_new_messages
da_g_io_channel_win32_new_messages g_io_channel_win32_new_messages;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_new_socket
da_g_io_channel_win32_new_socket g_io_channel_win32_new_socket;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_win32_poll
da_g_io_channel_win32_poll g_io_channel_win32_poll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_write
da_g_io_channel_write g_io_channel_write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_write_chars
da_g_io_channel_write_chars g_io_channel_write_chars;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_channel_write_unichar
da_g_io_channel_write_unichar g_io_channel_write_unichar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_create_watch
da_g_io_create_watch g_io_create_watch;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_io_watch_funcs
da_g_io_watch_funcs g_io_watch_funcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GIOChannel
struct _GIOChannel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GIOFuncs
struct _GIOFuncs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta